home *** CD-ROM | disk | FTP | other *** search
/ Freelog 47 / Freelog047.iso / Bas / Jeu / Aitchu / Aitchu[1].swf / scripts / DefineSprite_266 / frame_45 / DoAction.as
Text File  |  2003-06-10  |  129b  |  10 lines

  1. NbRand = Math.floor(Math.random() * RAND_MEGA_SHOOT);
  2. if(!NbRand)
  3. {
  4.    gotoAndPlay(107);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(26);
  9. }
  10.